home *** CD-ROM | disk | FTP | other *** search
/ All About the French Know-How at E3 2000 (USA) / All About the French Know-How at E3 2000 (USA).bin / Data / 15008 / TheoBr01.cab / _2E499529000B11D48F08965B7DEAC134 < prev    next >
Text File  |  2000-03-08  |  9KB  |  352 lines

  1. <html>
  2.  
  3. <head>
  4.  
  5. <title>pour faire quoi</title>
  6.  
  7.  
  8. <link REL="stylesheet" TYPE="text/css" HREF="Style%20Sheet1.css">
  9. <script ID="clientEventHandlersJS" LANGUAGE="javascript">
  10. <!--
  11. var thistext ="";
  12. var thisinfo = "" ;
  13. function fermer_onclick() {
  14. var Obj;
  15. var strName ;
  16. var strCtl ;
  17. for( i = 0; i< document.all.length; i++)
  18. {
  19.     Obj = document.all(i) ;
  20.     strName = Obj.id ;
  21.     if( strName != "undefined" )
  22.     strCtl = strName.substr(0,4) ;
  23.     if( strCtl == "info" || strCtl == "cont" )
  24.     {
  25.         Obj.style.display = "none" ;
  26.     }
  27. }
  28. }
  29.  
  30. function aggrandir_onclick() {
  31. var Obj;
  32. var strName ;
  33. var strCtl ;
  34. for( i = 0; i< document.all.length; i++)
  35. {
  36.     Obj = document.all(i) ;
  37.     strName = Obj.id ;
  38.     if( strName != "undefined" )
  39.     strCtl = strName.substr(0,4) ;
  40.     if( strCtl == "info")
  41.     {    
  42.         if( Obj.style.display == "block" )
  43.         {    
  44.             thisinfo = strName ;
  45.             Obj.style.display = "none" ;
  46.             Obj.className = "grosseinfo" ;
  47.             
  48.         }
  49.         Obj.style.display = "none" ;
  50.     }
  51.     if( strCtl == "cont")
  52.         Obj.style.display = "none" ;
  53.     if( strCtl == "text")
  54.     {
  55.         
  56.             thistext = strName ;
  57.             Obj.style.display = "none" ;
  58.         
  59.         
  60.     }
  61.                     
  62. }
  63. document.all.item(thisinfo).style.display = "block" ;
  64. controleg.style.display = "block" ;
  65. }
  66.  
  67. function rapetisser_onclick() {
  68. var Obj;
  69. var strName ;
  70. var strCtl ;
  71. for( i = 0; i< document.all.length; i++)
  72. {
  73.     Obj = document.all(i) ;
  74.     strName = Obj.id ;
  75.     if( strName != "undefined" )
  76.     strCtl = strName.substr(0,4) ;
  77.     if( strCtl == "info")
  78.     {    
  79.         if( Obj.style.display == "block" )
  80.         {    
  81.             thisinfo = strName ;
  82.             Obj.style.display = "none" ;
  83.             Obj.className = "infotext" ;
  84.             
  85.         }
  86.         Obj.style.display = "none" ;
  87.     }
  88.     if( strCtl == "cont")
  89.         Obj.style.display = "none" ;
  90.     
  91.                     
  92. }
  93. document.all.item(thisinfo).style.display = "block" ;
  94. document.all.item(thistext).style.display = "block" ;
  95. controle.style.display = "block" ;
  96.  
  97. }
  98.  
  99. function fermerg_onclick() {
  100. var Obj;
  101. var strName ;
  102. var strCtl ;
  103. for( i = 0; i< document.all.length; i++)
  104. {
  105.     Obj = document.all(i) ;
  106.     strName = Obj.id ;
  107.     if( strName != "undefined" )
  108.     strCtl = strName.substr(0,4) ;
  109.     if( strCtl == "info"  )
  110.     {
  111.         Obj.className = "infotext" ;
  112.         Obj.style.display = "none" ;
  113.     }
  114.     if( strCtl == "cont"  )
  115.     {
  116.         Obj.style.display = "none" ;
  117.     }
  118. }
  119. document.all.item(thistext).style.display = "block" ;
  120. }
  121.  
  122. function ASRRec1_SpeechRecognized(phrase,score,action) {
  123.  
  124.  
  125.  
  126. if( score < 50)
  127.     return;
  128.  
  129. switch(action)
  130. {
  131.  
  132. case 1:
  133.     document.location.href = "pageprinGB.htm" ;break;
  134. case 3 :
  135.     document.location.href = "quiGB.htm" ;break;
  136. case 4 :
  137.     document.location.href = "contacteGB.htm";break;
  138. case 5:
  139.     document.location.href = "aideGB.htm";break;
  140. case 10:
  141.     document.location.href = "nouvelleGB.htm";break;
  142. case 11:
  143.     document.location.href = "nouvelle1GB.htm";break;
  144. case 12:
  145.     document.location.href = "nouvelle2GB.htm";break;
  146. case 13:
  147.     document.location.href = "nouvelle3GB.htm";break;
  148.  
  149. case 14:
  150.     window.print();break;
  151.  
  152.  
  153.     
  154. case 100:
  155.     document.location.href = "defaultGB.htm";break;
  156. case 101:
  157.     window.history.back(1);break;
  158. case 102:
  159.     window.history.forward(1);break;
  160.     
  161. case 104 :
  162.     
  163.      document.location.href="default1.htm" ; 
  164.      break ;
  165.     
  166. case 105:
  167.     text1.doScroll("up");
  168.     break ;
  169. case 106:
  170.     text1.doScroll("down");
  171. case 1000:
  172.     window.close();break;
  173.  
  174. }
  175. }
  176.  
  177.  
  178.  
  179. //-->
  180. </script>
  181. <script LANGUAGE="javascript" FOR="ASRRec1" EVENT="SpeechRecognized(phrase, score, action)">
  182. <!--
  183.  
  184.  ASRRec1_SpeechRecognized(phrase,score,action)
  185. //-->
  186. </script>
  187. </head>
  188.  
  189. <body background="images/pourfairequoigb.gif" 
  190. style="BACKGROUND-REPEAT: no-repeat" 
  191. LANGUAGE="javascript">
  192.  
  193. <img 
  194.      src="images/dummylogo.gif" WIDTH="139" HEIGHT="85" 
  195.       onclick="location.href='defaultGB.htm'"
  196.       style="CURSOR: hand ; POSITION: absolute; LEFT : 620px; TOP : 490px"> 
  197.       
  198.       
  199.       
  200. <OBJECT classid="clsid:80B9E3EF-AD88-11D3-9FEB-D74ABDA2E736" id=ASRRec1 style="BACKGROUND-COLOR: #285098; LEFT: 13px; POSITION: absolute; TOP: 0px; POSITION: ABSOLUTE;" VIEWASTEXT>
  201.     <PARAM NAME="_cx" VALUE="6244">
  202.     <PARAM NAME="_cy" VALUE="2064">
  203.     <PARAM NAME="DatbaseName" VALUE="MyDb">
  204.     <PARAM NAME="ContextName" VALUE="sitegb">
  205.     <PARAM NAME="UserName" VALUE="generic user">
  206.     <PARAM NAME="EnvName" VALUE="Win32"></OBJECT>
  207.  
  208.  
  209. <table ALIGN="left" BORDER="0" class="tab1" LANGUAGE="javascript" id="table1">
  210.   <tr>
  211.     <td BACKGROUND="images/boutonrecvoc1rogb.gif" height="70" onclick="location.href='pageprinGB.htm'" style="BACKGROUND-REPEAT:  no-repeat; 
  212.      CURSOR: hand" onmouseover="IMG1.style.display = 'none'" onmouseout="IMG1.style.display='block'">
  213.         <a style="TEXTDECORATION: none" href="pageprinGB.htm">
  214.         <img src="images/boutonrecvoc1gb.gif" border="0" id="IMG1" WIDTH="130" HEIGHT="64"></a>
  215.     </td>
  216.   </tr>
  217.   <tr>
  218.     <td>
  219.         <img src="images/boutonfq1selgb.gif" border="0" id="IMG2" WIDTH="130" HEIGHT="56"> 
  220.         
  221.     </td>
  222.   </tr>
  223.   <tr>
  224.     <td BACKGROUND="images/boutonqui1rogb.gif" onclick="location.href='quiGB.htm'" style="BACKGROUND-REPEAT:  no-repeat; CURSOR: 
  225.     hand" onmouseover="IMG3.style.visibility = 'hidden'" onmouseout="IMG3.style.visibility='visible'">
  226.     <a style="TEXTDECORATION: none" href="quiGB.htm">
  227.         <img src="images/boutonqui1gb.gif" border="0" id="IMG3" WIDTH="130" HEIGHT="55"></a>    
  228.     </td>
  229.   </tr>
  230.   <tr>
  231.     <td BACKGROUND="images/boutoncontact1rogb.gif" onclick="location.href='contacteGB.htm'" style="BACKGROUND-REPEAT: no-repeat; CURSOR: 
  232.     hand" onmouseover="IMG4.style.visibility = 'hidden'" onmouseout="IMG4.style.visibility='visible'">
  233.     <a style="TEXTDECORATION: none" href="contacteGB.htm">
  234.         <img src="images/boutoncontact1gb.gif" border="0" id="IMG4" WIDTH="130" HEIGHT="54"></a>    
  235.     </td>
  236.   </tr>
  237.   <tr>
  238.     <td BACKGROUND="images/boutonaide1rogb.gif" onclick="location.href='aideGB.htm'" style="BACKGROUND-REPEAT:  no-repeat; CURSOR: 
  239.     hand" onmouseover="IMG5.style.visibility = 'hidden'" onmouseout="IMG5.style.visibility='visible'">
  240.     <a style="TEXTDECORATION: none" href="aideGB.htm">
  241.         <img src="images/boutonaide1gb.gif" border="0" id="IMG5" WIDTH="130" HEIGHT="56"></a>    
  242.     </td>
  243.   </tr>
  244. </table> 
  245.  
  246. <div ID="table2" class="tab2" LANGUAGE="javascript">
  247.  
  248. <table WIDTH="100" ALIGN="left" BORDER="0" cellspacing="10" CELLPADDING="1">
  249.   <tr>
  250.     <td language="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " onclick="location.href='nouvelleGB.htm'" style="CURSOR: hand">
  251.     Browsing
  252.     </td>
  253.   </tr>
  254.   <tr>
  255.     <td language="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " onclick="location.href='nouvelleGB.htm'" style="CURSOR: hand">
  256.     Data research
  257.     </td>
  258.   </tr>
  259.   <tr>
  260.     <td language="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " onclick="location.href='nouvelle2GB.htm'" style="CURSOR: hand">
  261.      Games
  262.      </td>
  263.   </tr>
  264.   <tr>
  265.     <td language="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " onclick="location.href='nouvelle3GB.htm'" style="CURSOR: hand">
  266.    Education
  267.     </td>
  268.   </tr>
  269.   
  270.  
  271. </table> 
  272.  
  273. </div>  
  274.  
  275. <img id="aide1" class="aidepic" src="images/aidepicgb.gif" WIDTH="271" HEIGHT="207"> 
  276. <div id="controle" class="infocontrole" style="DISPLAY:none">
  277.     <table>
  278.         <td id="aggrandir" LANGUAGE="javascript" onclick="return aggrandir_onclick()">
  279.             <img src="images/aggrandir.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  280.         </td>
  281.         <td id="fermer" LANGUAGE="javascript" onclick="return fermer_onclick()">
  282.             <img src="images/fermer.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  283.         </td>
  284.     </table>
  285. </div>
  286.  
  287. <div id="controleg" class="infocontroleg" style="DISPLAY:none">
  288.     <table>
  289.         <td id="rapetisser" LANGUAGE="javascript" onclick="return rapetisser_onclick()">
  290.             <img src="images/rapetisser.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  291.         </td>
  292.         <td id="fermerg" LANGUAGE="javascript" onclick="return fermerg_onclick()">
  293.             <img src="images/fermer.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  294.         </td>
  295.     </table>
  296. </div>
  297.  
  298.  
  299. <div id="text1" class="defaulttext">
  300.  
  301. There are Five families of speech-activated applications :
  302. <p></p>
  303.  
  304. <h3> BROWSING </h3>
  305. <p></p>
  306. <ul>
  307.     <li> Within one application </li>
  308.     <li> On internet</li>
  309.     <li> in Windows </li>
  310. </ul>
  311.  
  312. <p></p>
  313.  
  314. <h3> COMMUNICATION </h3>
  315. <p></p>
  316. <ul>
  317.     <li> electronic mail (email) </li>
  318.     <li> games, quizzzes</li>
  319.     <li> catalogues and selling tools </li>
  320.     <li> animations... </li>
  321. </ul>
  322. <p></p>
  323.  
  324. <h3> EDUCATION </h3>
  325. <p></p>
  326. <ul>
  327.     <li> multiple choice questions and other exercises </li>
  328.     <li> language learning</li>
  329.     <li> training for speaking in public, confidence tests </li>
  330. </ul>
  331. <p></p>
  332.  
  333. <h3> DATA RESEARCH AND RETRIEVAL </h3>
  334. <p></p>
  335. <ul>
  336.     <li> email management, read letters, links to dictation programs for writing back... </li>
  337.     <li> data research</li>
  338.     <li> data processing... </li>
  339. </ul>
  340. <p></p>
  341.  
  342. <h3> GAMES(adventures,riddles...) </h3>
  343. <p></p>
  344. <ul>
  345.     <li> move characters and objects within the game </li>
  346.     <li> talk-back to characters or chat amongst players</li>
  347. </ul>
  348. <p></p>
  349. </div>
  350. </body>
  351. </html>
  352.